home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 May / GameStar 05-1998 - Heft-CD.iso / DEMOS / Incoming / asc / multi / arctic.mdl < prev    next >
Encoding:
Text File  |  1998-02-17  |  3.7 KB  |  111 lines

  1. drag_coeff    0.01        
  2. gravity        2.2
  3.  
  4. ;-------------------------------------------------------
  5.  
  6. ;type "PLASMA BOLT 1"        alien heavy cannon        rate 14    tank 28 fa & battle
  7. ;type "TRACER SHOT 1"        ?                        rate -
  8. ;type "ROCKET 1"            player light rocket        rate 4
  9. ;type "GUIDED MISSILE"        player guided missile    rate 64
  10. ;type "GREEN LASER"            player fixed gun        rate 2
  11. ;type "GREEN ENERGY LASER"    alien fixed gun            rate 8 player 32 ai
  12. ;type "PLASMA BOLT 2"        alien medium cannon        rate 11
  13. ;type "PLASMA BOLT 3"        alien light cannon        rate 8 player 4
  14. ;type "ROCKET 2"            player heavy rocket        rate 20
  15. ;type "RED LASER"            player heavy gun        rate 4
  16. ;type "BLUE LASER"            player medium gun        rate -
  17. ;type "PURPLE LASER"        player light gun        rate 2
  18. ;type "BOMB 1"                ?                        rate -
  19. ;type "ENERGY 1"            alien special weapon    rate 32
  20. ;type "PLASMA BOLT 4"        alien bomb                rate 4 nom 32 free attack
  21.  
  22. ;-------------------------------------------------------
  23. ;PHASE 1
  24. ;-------------------------------------------------------
  25. ;Build list of baddie types
  26. ;heli cobra tan1 tank2 vtol c17 hover plfight bug lance
  27.  
  28.  
  29. netbaddietype "helicopter" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  30. netbaddietype "cobra" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  31. netbaddietype "tank1" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  32. netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  33. netbaddietype "vtol" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  34. netbaddietype "c-17" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  35. ;netbaddietype "hovertank" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  36. netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  37. netbaddietype "plfight" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  38. ;netbaddietype "bug" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  39. netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  40. ;netbaddietype "lance" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  41. netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  42.  
  43. netbaddietype "lfighter" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  44. netbaddietype "lbomber" weapon "PLASMA BOLT 4" rate 10 secondary "ROCKET 1" rate 21 rounds 100
  45.  
  46.  
  47. phasestart
  48. phasemessage 1 30
  49. playcdslow
  50.  
  51. clear_flag all
  52.  
  53. ;critical_group "adata"
  54.  
  55. ;==============================
  56. netready
  57. ;==============================
  58.  
  59. create hero selected
  60.     label "rez"
  61.     position 45321 -1122 49574
  62.     forward -0.5 0 -0.8 up 0 1 0
  63.     armed_with "PURPLE LASER"    rate 2
  64.     secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
  65. ;    attacking
  66.     task
  67.         playercontrols
  68.     end
  69.  
  70. create hero2 selected
  71.     label "rezme2x"
  72.     position 46321 -2122 49574
  73.     forward -0.5 0 -0.8 up 0 1 0
  74.     armed_with "PURPLE LASER"    rate 2
  75.     secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
  76. ;    attacking
  77.     task
  78.         player2controls
  79.     end
  80. ;==============================
  81. ;enable for send and recieve
  82.  
  83. camera user 0 cockpit
  84. ;camera user 1 cockpit
  85. hud on
  86. nethostgo
  87.  
  88. pause 10
  89. play_speech "fire at will"
  90.  
  91. ;==================================
  92. procedure "wave2"
  93. wait_until number_of_baddies <= 8
  94. ;wait_until number_of "aliens" <= 8
  95.  
  96. startnetbaddie
  97. ;10 seconds
  98. ;pause 300
  99. pause 60
  100. end_procedure
  101.  
  102. pause 999999
  103. pause 999999
  104. pause 999999
  105. pause 999999
  106. pause 999999
  107.  
  108. ;-------------------------------------------------------
  109. ;END OF SCENARIO
  110. ;-------------------------------------------------------
  111.